home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Internet & Communication / GarageSale 2.4.4.dmg / GarageSale.app / Contents / Resources / English.lproj / FeedbackPanel.nib / classes.nib next >
Text File  |  2006-08-27  |  1KB  |  30 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {"" = id; }; 
  5.             CLASS = FirstResponder; 
  6.             LANGUAGE = ObjC; 
  7.             SUPERCLASS = NSObject; 
  8.         }, 
  9.         {
  10.             ACTIONS = {doCancel = id; doOK = id; recentCommentsPullDownChanged = id; }; 
  11.             CLASS = GSFeedbackPanelController; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 accountPopup = NSPopUpButton; 
  15.                 accountSelectionView = NSView; 
  16.                 cancelButton = NSButton; 
  17.                 charactersLeftTextField = NSTextField; 
  18.                 commentTextField = NSTextField; 
  19.                 leavingFeedbackProgress = NSProgressIndicator; 
  20.                 leavingFeedbackTextField = NSTextField; 
  21.                 okButton = NSButton; 
  22.                 progressView = NSView; 
  23.                 ratingPopupButton = NSPopUpButton; 
  24.                 recentCommentsPullDown = NSPopUpButton; 
  25.             }; 
  26.             SUPERCLASS = NSWindowController; 
  27.         }
  28.     ); 
  29.     IBVersion = 1; 
  30. }